Integration tests qa 222 - #1546
Merged
Merged
Conversation
|
@LukasReschke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @SergioBertolinSG, @rullzer and @nickvergessen to be potential reviewers |
MorrisJobke
requested changes
Sep 28, 2016
| And user "user0" adds a file of 93 bytes to "/prueba.txt" | ||
| When as "user0" gets properties of folder "/" with | ||
| |{DAV:}quota-available-bytes| | ||
| Then the single response should contain a property "{DAV:}quota-available-bytes" with value "600" |
Member
There was a problem hiding this comment.
Property "{DAV:}quota-available-bytes" found with value "592", expected "600" (Exception)
Member
There was a problem hiding this comment.
I guess that is because our welcome.txt has a different content
Member
There was a problem hiding this comment.
Yep it is because Nextcloud has a letter more than ownCloud
| And file "user0.txt" of user "user0" is shared with user "user1" | ||
| When as "user1" gets properties of folder "/" with | ||
| |{DAV:}quota-available-bytes| | ||
| Then the single response should contain a property "{DAV:}quota-available-bytes" with value "693" |
Member
There was a problem hiding this comment.
Property "{DAV:}quota-available-bytes" found with value "685", expected "693" (Exception)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
rullzer
force-pushed
the
integration-tests-qa-222
branch
from
October 2, 2016 19:18
59ba34c to
554d0c5
Compare
MorrisJobke
approved these changes
Oct 3, 2016
MorrisJobke
approved these changes
Oct 3, 2016
Member
|
👍 |
Current coverage is 30.59% (diff: 100%)@@ master #1546 diff @@
==========================================
Files 1081 1081
Lines 60020 60020
Methods 6808 6808
Messages 0 0
Branches 0 0
==========================================
Hits 18362 18362
Misses 41658 41658
Partials 0 0
|
Member
|
signed off check failed ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From owncloud/core#26219